Welcome![Sign In][Sign Up]
Location:
Search - iir matlab

Search list

[DSP programmatlab仿真在通信与电子工程中的应用光盘

Description: matlab仿真在通信与电子工程中的应用光盘,包括FIR滤波器程序,IIR滤波器程序等
Platform: | Size: 3449692 | Author: zhaoyongping | Hits:

[Communication-MobileDSP程序组

Description: 包括iir,fir,功率谱,复倒谱等-including IIR, fir, power spectrum, such as Cepstrum
Platform: | Size: 86016 | Author: 张满洲 | Hits:

[matlabIIR滤波器设计

Description: 现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的: 低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4) 高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4) 带阻滤波器,滤除cos(π*n/4) 的成分,即想保留的成分为1+cos(2*π*n/3) 1. 用MATLAB命令butterord求除滤波器的阶数,用命令butter设计各滤波器;画出滤波器幅度和相频相应 取各滤波器的系统函数H(z)。 -an existing signal : x (n) = a cos (* n/4) cos (2** n/3) design and digital filter to achieve the following objectives : low-pass filter, filter cos (2** n/3) the ingredients that want to retain an element of a cos (* n/4) high-pass filter, a filter cos (* n/4) components, namely to retain the element of cos (2** n/3) band-pass filter , a filter cos (2** n/3) components, namely to retain the element of cos (* n/4) band stop filter, the filter cos (* n/4) components, namely to retain the ingredients for a cos ( 2** n/3) 1. MATLAB order butterord except for the band Filter, using the order of the filter design butter; paint Filter magnitude and phase frequency of the corresponding filter system function H (z).
Platform: | Size: 46080 | Author: 殷开 | Hits:

[matlabIIRFilterDesign

Description: IIR Filter Design(无限冲击响应滤波器设计)matlab源代码,包括:bandpass Chebyshev type 2 design、bandpass/bandstop Butterworth design、bandstop Chebyshev type 2 design、lowpass/highpass Chebyshev type 1 design等6种滤波器的设计-IIR (infinite impulse response filter design) Matlab source code, including : bandpass Chebyshev type 2 design, bandpass/bandstop Butterworth design, bandstop Chebyshev type 2 design, lowpass/highpass Chebyshev type design as a six Filter Design
Platform: | Size: 4096 | Author: | Hits:

[Communication-MobileIIR2

Description: 数字滤波器是一种具有频率选择性的离散线性系统,在信号数字处理中有着 广泛的应用。数字滤波器的设计实际上是确定其系统函数H (z)并实现的过程。本文介绍了 用MATLAB设计、实现和分析HR数字滤波器的方法。-digital filter is a kind of frequency selective discrete linear systems, the digital signal processing has wide application. Digital filter design is its system function H (z) and the achievement process. This paper presents the MATLAB design, implementation and analysis of HR digital filter method.
Platform: | Size: 190464 | Author: shaozi | Hits:

[Communication-MobileIIR-butter_LPF

Description: IIR-butter低通滤波器设计,数字信号处理专业学生的课程设计。-IIR-butter low-pass filter design, digital signal processing professional students in curriculum design.
Platform: | Size: 30720 | Author: qjyong | Hits:

[assembly languageCCS5416

Description: IIR数字滤波器设计。其中涉及到Matlab软件中IIR的参数设计及CCS中的软件仿真及硬件仿真程序-IIR digital filter design. Involving IIR Matlab software design and the parameters of the CCS software simulation and hardware simulation program
Platform: | Size: 266240 | Author: 郑茜 | Hits:

[MPIIIR

Description: 在matlab下用DSPbuilder实现的4阶IIR滤波器设计-In matlab using DSPbuilder realize 4-order IIR filter design
Platform: | Size: 55296 | Author: zgm | Hits:

[OtherIIR

Description: 用双线性变换法设计IIR数字滤波器 滤波就是将外界干扰的不需要的频率滤除掉,一面影响要测试数据的结果。比如如果是心电波的话,如果这是外界有很大的噪声干扰,滤波就是把不必要的信号给抑制掉,以便对心跳的正常测试。通过图比较,滤波后的明显比之前的要平滑,就是滤去干扰噪声的结果。采样间隔对实验有影响,取的过大会导致频率混叠。-Bilinear transformation method using digital filter IIR filter design is to outside interference filter out unwanted frequencies, while the impact to test data results. For example, if it is so heart waves, if this is a great noise outside interference, filtering is unnecessary signal out to the curb in order to test the normal heartbeat. Through chart comparison, after filtering than before to smooth the noise interference is the result of least squares. Sampling interval of the experiment affect take-off frequency of the General Assembly leading to aliasing.
Platform: | Size: 1024 | Author: 果法 | Hits:

[Communication-Mobilematlab-IIR

Description: 用冲激响应不变法和双线性变换法设计IIR的MATLAB程序-Impulse response using the same method and bilinear transformation method of the MATLAB program design IIR
Platform: | Size: 8192 | Author: s.y | Hits:

[matlabIIR

Description: 给出了MATLAB语言实现IIR滤波器的实现,源文件中还有原理方法-MATLAB language are given the realization of IIR filters, there is the principle source document method
Platform: | Size: 26624 | Author: 李之文 | Hits:

[matlabIIR

Description: 本代码用simulink实现IIR滤波的仿真-The code used to achieve IIR filter simulink simulation
Platform: | Size: 11264 | Author: hdw611 | Hits:

[Communication-MobileMATLAB-IIR

Description: 几个带通滤波器的设计 matlab实验文档-Several bandpass filter design matlab experimental document
Platform: | Size: 38912 | Author: 邱杰富 | Hits:

[matlabIIR

Description: 用双线性变换设计数字滤波器,里面附有详细的实验说明和matlab运行通过的实验源码和对实验结果的分析-Using bilinear transform digital filter design, which experiments with detailed descriptions and matlab source code to run through the experiment and the analysis of experimental results
Platform: | Size: 32768 | Author: 甘小华 | Hits:

[matlabmatlab

Description: 实验指导 低通采样定理实验 FFT频谱分析实验 IIR滤波器设计实验 窗函数法FIR滤波器设计 频率采样法FIR滤波器设计实验-Experimental guide low-pass sampling theorem FFT spectrum analysis experiment experiment experiment IIR Filter Design Window Function FIR filter design frequency sampling FIR filter design experiment
Platform: | Size: 305152 | Author: 晟仔 | Hits:

[matlabIIR

Description: 利用MATLAB开发软件进行编程,实现了数字IIR低通滤波器的功能,程序直接可以运行!-Use MATLAB to develop software for programming, implementation of digital IIR low-pass filter function, the program can run directly!
Platform: | Size: 35840 | Author: huangshuangping | Hits:

[Software Engineeringiir

Description: 基于matlab的IIR滤波器实验的源程序及实验结果图形-IIR filter based on the matlab source code and experimental results of graphics
Platform: | Size: 2048 | Author: 孟思斯 | Hits:

[Documentsiir

Description: iir数字滤波器的仿真,其仿真软件是matlab,运用其中功能模块,FDATool和simulink-iir digital filter simulation, the simulation software is matlab, use one of function modules, FDATool and simulink
Platform: | Size: 23552 | Author: 吴姝 | Hits:

[Communication-MobileIIR

Description: matlab IIR 低通,高通和带通滤波器完整程序,本人花了好多时间自己写的,有滤波前后图形对比!-matlab IIR filters and low-pass,high-pass and band-pass filter the full process, I spent a lot of time to write my own, there is before and after the graphic correlation filter!
Platform: | Size: 4096 | Author: 刘姗 | Hits:

[Communication-MobileIIR

Description: 使用matlab实现设计IIR滤波器:冲激不变法、双线性变换法 设计一个巴特沃思低通滤波器,其技术指标为:3dB带宽为,阻带截止频率为,阻带衰减大于30dB,采样间隔T=10us。 1)用冲激响应不变法 2)用双线性变换法设计 3)用FIR的矩形窗函数设计 二、用双线性变换法分别设计低通、高通、带通、带阻四种滤波器。模拟滤波器带原型分别为切比雪夫滤波器和椭圆滤波器,采样率Fs=20kHz,指标如下: 1)低通:通带0~4 kHz,阻带5 kHz,通带衰减Rp=0.5dB,阻带衰减As=10dB。 2)高通:阻带0~4 kHz,通带5 kHz,通带衰减Rp=0.5dB,阻带衰减As=10dB。 3)带通:通带2kHz~4 kHz,阻带0~1.5 kHz,4.5kHz以上,通带衰减Rp=0.5dB,阻带衰减As=10dB。 4)带阻:阻带2kHz~4 kHz,通带0~1.5 kHz,4.5kHz以上,通带衰减Rp=0.5dB,阻带衰减As=10dB。(Using MATLAB to implement the design of IIR filters: impulse invariant and bilinear transformation)
Platform: | Size: 1024 | Author: edogawachihilo | Hits:
« 12 3 4 5 6 7 8 9 10 ... 35 »

CodeBus www.codebus.net